home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung 2 / Power-Programmierung CD 2 (Tewi)(1994).iso / c / library / mslang / safctl / readme.txt next >
Encoding:
Text File  |  1994-05-17  |  645 b   |  18 lines

  1. SAFCtl3dV2 class. 
  2.  
  3. The class overcomes some of the problems I see with ctl3dv2.  
  4. The class does a loadlibrary itself and a GetProcAddress on 
  5. all the functions so the dll does not have to be there for the 
  6. app to run.  Also, if ctl3dv2.dll is not in the 
  7. windows\system directory it will look for it and then copy 
  8. it to the windows directory before loading it.  The user 
  9. never even needs to know what's going on.  This helps when 
  10. apps are in a demo directory and you just double click on the 
  11. exe.  Your app will automatically install ctl3dv2 and then carry on.  
  12.  
  13.  
  14. The header file has comments on the use of the class.
  15.  
  16.  
  17.  
  18.